TemplateNameDisplayType Enumeration
Represents the information about a document template to display.
Namespace: Independentsoft.Office.Odf.FieldsAssembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
public enum TemplateNameDisplayType
Public Enumeration TemplateNameDisplayType
| Full | 0 |
Full file name, extension and file path.
|
| Path | 1 |
File path only.
|
| Name | 2 |
File name only.
|
| NameAndExtension | 3 |
File name and extension.
|
| Area | 4 |
The name of the directory where a template is found. The directory name may designate a class of templates.
|
| Title | 5 |
The title.
|
| None | 6 |
None.
|